* xmenu.c: conform to C89 const rules
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 5 Feb 2011 09:49:52 +0000 (01:49 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 5 Feb 2011 09:49:52 +0000 (01:49 -0800)
commit3ed6a43bd13a423336c05f08578cff8f4da9453e
tree9ac1ca97fa7ca3a1c87f8a32a0c9fd8a0fe968dd
parent4f135f6ee00202b29e8a604c5f38a1e1e6ce8673
* xmenu.c: conform to C89 const rules

(xmenu_show, xdialog_show): Declare local var as char *, not
const char *, to stay compatible with C89 const rules.
src/ChangeLog
src/xmenu.c